home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / frame_3100 / PlaceObject2_979_383 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-07-21  |  324b  |  16 lines

  1. onClipEvent(enterFrame){
  2.    this._x = _root.spaceship._x - 30;
  3.    this._y = _root.sbar._y + 0;
  4.    if(_root.spaceship._currentframe < 200)
  5.    {
  6.       if(_root.sbar.hitTest(_root.spaceship))
  7.       {
  8.          _root.pw1.gotoAndStop(2);
  9.       }
  10.       else
  11.       {
  12.          _root.pw1.gotoAndStop(3);
  13.       }
  14.    }
  15. }
  16.